Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1NumericBox<TNumeric> Class / Id Property

In This Topic
    Id Property (C1NumericBox<TNumeric>)
    In This Topic
    Get or set the ID
    Syntax
    'Declaration
     
    
    Public Property Id As String
    public string Id {get; set;}
    See Also